home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Prog / M / MacOberon.cpt / MacOberon122.sit / Release1.21.Text (.txt) < prev    next >
Encoding:
Oberon Text  |  1990-10-18  |  3.0 KB  |  59 lines  |  [.Ob./.Ob*]

  1. Syntax14b.Scn.Fnt
  2. Syntax10.Scn.Fnt
  3. Syntax10i.Scn.Fnt
  4. Syntax12b.Scn.Fnt
  5. Syntax12.Scn.Fnt
  6. MacOberon Version 1.21 Release Notes
  7. In Release 1.21, TextFrames no longer display a fixed line grid, but line
  8. heights are adjusted automatically to accomodate the largest characters
  9. displayed in that line.  The object file "DisplayCache.ObM" is required for
  10. using the new TextFrames module.
  11. The Macintosh file system does not distinguish between upper-case and
  12. lower-case characters.  Module Files has been changed to ignore the case
  13. of file names, so that the same file pointer will be returned when Files.Old
  14. is called twice with two file names that differ only in the case of characters.
  15. The title bars of viewers are editable.  The command Edit.Store, when
  16. activated from the menu bar, will open a reader to the beginning of the
  17. menu frame and take the file name parameter from there.  Consequently, it
  18. is possible to save a copy of a file under a different name by simply editing
  19. the file name in the title bar.  Commands acting on the contents of a viewer
  20. may also simply be added.  Placing the caret in the menu bar takes some
  21. time getting used to, but will work smoothly once you get the hang of it.
  22. A Browser is present, which will automatically create a Definition Module
  23. and list base-type relationships.  The Oberon Browser exports the following
  24. commands:
  25.         Browser.ShowDef (modulename | selection)
  26.         Browser.ShowObj (qualident | selection)
  27.         Browser.ShowTree {modulename} ~
  28. ShowDef generates a Definition Module.
  29.         Example:
  30.             Browser.ShowDef MenuViewers
  31.             Browser.ShowDef MenuViewers/x    (Expand Inherited)
  32.             Browser.ShowDef MenuViewers/X    (Adress/EntryNo)
  33. ShowObj shows the definition of an exported object.
  34.         Example:
  35.             Browser.ShowObj MenuViewers.Viewer
  36.             Browser.ShowObj MenuViewers.Viewer/x    (Expand)
  37. ShowTree shows the hierarchy of exported record types and classes.
  38.         Example:
  39.             Browser.ShowTree MenuViewers ~
  40. The Browser extracts all of the required information from symbol files.
  41. Use Edit.Print to create a PostScript file, which may be downloaded onto
  42. any compatible printer.
  43.         Edit.Print outputfile *
  44.         Edit.Print outputfile inputfile1 inputfile2 ... inputfileN ~
  45. The file Oberon.Header.ps contains macro declarations necessary for printing
  46. the output generated and must be sent to the printer before the actual
  47. print data is sent.  Font substitution instructions for translating between
  48. Oberon and PostScript fonts are defined in this file and may be changed freely.
  49. FTP Site for future MacOberon Updates:
  50.     Hostname:    neptune.inf.ethz.ch
  51.     Internet Address:    129.132.101.33
  52.     Login Name:    anonymous
  53.     Password:    <your e-mail address>
  54.     Directory:    Oberon/MacOberon
  55. Please send an E-Mail to "franz@inf.ethz.ch" to register as a
  56. user of MacOberon.  You will then be notified of future bug
  57. fixes and software updates.
  58.                                                                                     Michael Franz, 17.10.90
  59.